home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / checkbox / plugins / registry_info.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-10-12  |  957 b   |  19 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from checkbox.plugin import Plugin
  5. from checkbox.registry import registry_eval_recursive
  6.  
  7. class RegistryInfo(Plugin):
  8.     
  9.     def register(self, manager):
  10.         super(RegistryInfo, self).register(manager)
  11.         self._manager.reactor.call_on('gather', self.gather)
  12.  
  13.     
  14.     def gather(self):
  15.         registry_eval_recursive(self._manager.registry, 'False')
  16.  
  17.  
  18. factory = RegistryInfo
  19.